Spread for ASP.NET 7.0 Product Documentation
IntersecWith Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > RangeElement<T> Class : IntersecWith Method


element
The RangeElement<T> object to intersect with

Glossary Item Box

Intersects with the RangeElement<T> object.

Syntax

Visual Basic (Declaration) 
Public Function IntersecWith( _
   ByVal element As RangeElement(Of T) _
) As RangeElement(Of T)
Visual Basic (Usage)Copy Code
Dim instance As RangeElement(Of T)
Dim element As RangeElement(Of T)
Dim value As RangeElement(Of T)
 
value = instance.IntersecWith(element)
C# 
public RangeElement<T> IntersecWith( 
   RangeElement<T> element
)

Parameters

element
The RangeElement<T> object to intersect with

Return Value

A new RangeElement<T> object that is the intersection of the cell ranges of two objects and also contains the elements of both objects, including the cell ranges.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.